
/*=============Website Sec=============*/
.main-website > div{
	padding:0;
}
.ws-item{
    border: 1px solid #d8d8d8;
    box-shadow: 0 2px 0 0 rgba(0, 0, 0, 0.016);
    padding: 70px 0 40px;
}
.ws-item a{display: block; text-decoration: none; text-align: center;}
.ws-item a .c1{ position: absolute;top: 3px; left: 50%; transform: translate(-50%,0); -webkit-transform: translate(-50%, 0); z-index:3;
display: inline-block; width: 92px; height: 92px; background: #f7f7f7; border: 1px solid #d8d8d8; border-radius:50%; -moz-border-radius:50%; -webkit-border-radius:50%; margin-bottom: 20px;
transition: all 0.3s ease-out; -moz-transition: all 0.3s ease-out; -webkit-transition: all 0.3s ease-out; -o-transition: all 0.3s ease-out;
}
.ws-item a:hover .c1{background: #00c2e5; border-color: #00c2e5;}
.ws-item a .c1 i{color: #00c2e5; font-size: 36px; line-height: 92px;
transition: all 0.3s ease-out; -moz-transition: all 0.3s ease-out; -webkit-transition: all 0.3s ease-out; -o-transition: all 0.3s ease-out;
}
.ws-item a:hover .c1 i{color: #fff;}
.ws-item a .txt1{ 
	margin-bottom: 20px;
    padding-bottom: 15px;
    padding-top: 65px;
	color: #000; font-size: 20px;letter-spacing: 2px; background: url(../image/kand2.png) center bottom no-repeat; }
.ws-item a .txt2{letter-spacing:1px;margin-bottom: 20px;color:#7a7a7a;padding:0 35px;}
.ws-item a .txt3{display: inline-block;  font-size: 13px; letter-spacing: 1px; color: #35373e; text-transform: uppercase; background: none; border: 1px solid #d8d8d8; padding: 13px 20px; margin-bottom: 10px;
transition: all 0.3s ease-out; -moz-transition: all 0.3s ease-out; -webkit-transition: all 0.3s ease-out; -o-transition: all 0.3s ease-out;
}
.ws-item a:hover .txt3{color: #fff; background: #00c2e5; border-color: #00c2e5;}
.website-sec .wsbg{
	margin-top:30px;
	background: #f7f7f7 url("../image/wsbg.jpg") no-repeat scroll center center / cover ;
    min-height: 509px;
}
.ws-item:before { content: ""; position: absolute;top: -1px;left: -1px;right: -1px;height: 55px; background: #f7f7f7;transition: .3s ease;}
.ws-item:after { content: ""; position: absolute;top: 54px;left: 0px;right: 0px; border-bottom: 1px solid #d8d8d8; z-index: 0;transition: .3s ease;}
.brderleftnone .ws-item{
	border-left:none;
}
/*=============Pro Sec=============*/
.pro-sec{
	background-color:#f6f8f9; 
}
.pro-sec .main-product{
	background:none;
	padding:0;
}
.pro-sec .main-product .mp1 {
	/*background: rgba(85,191,230,0.70) url(../image/patern-bg22.png)  repeat center /cover;*/
	background-color:#0e2d3f;
}
.pro-sec .main-product .mp2{
	background-color:#1b455e;
}
.pro-sec .main-product .mp3{
	background-color:#4d6d80;
}
.pro-sec .main-product .mp4{
	background-color:#26546f;
}
.pro-sec .mp-item p{
	margin-bottom:0;
}
.pro-sec .mp-item p, .pro-sec .mp-item p strong{
	font-size:14px;
}
.pro-sec .main-product > div{
	padding:0;
}
.pro-sec .mp-item div{
	font-size:12px;
	padding: 0 15px;
	min-height:40px;
	margin: 0 0 5px;
	text-align:left;
}



/*=============Products Sec=============*/
.product-sec{
	background-color:#fff;
}


.pro-ad{
	text-align:center;
}
.pro-ad img{
	max-width:100%;
}
.pro-ul{
	padding:0;
}
.pro-ul li{
	list-style:none;
	margin-bottom:70px;
}
.pro-ul li a h4{
	line-height:2;
	font-size:24px;
	font-weight:bold;
	color:#333;
	letter-spacing: 1px;
}
.pro-ul li a p{
	color:#616161;
	line-height:1.8;
	font-size:15px;
}
.pro-ul li a:hover {
	text-decoration:none;
}
.pro-ul.ul-left{
	text-align:right;
}
.pro-ul.ul-right{
	text-align:left;
}

.pro-ul li a div{
	background-color:#00c2e5;
	color:#fff;
	border-radius:20px;
	padding:0 30px;
	display:inline-block;
	line-height:1.8;
}
.pro-ul li a:hover div{
	background-color:#333;
}
.pro-ul li a{
	margin-right:52px;
	display:block;
}
.pro-ul.ul-right li a{
	margin-left:52px;
	margin-right:0;
}

.pro-ul i{
	color: #2f3c43;
    float: right;
    font-size: 30px;
    margin: 5px 0;
}
.pro-ul.ul-right i{
	float:left;
}


/*=============Reward Sec=============*/
.reward-sec{
	background:url("../image/adbg.jpg") no-repeat ;
    padding-bottom: 60px;
    padding-top: 120px;
    
    position: relative;
	background-repeat: no-repeat;
	background-attachment: fixed;
	background-position: center;
	-webkit-background-size: cover;
	-moz-background-size: cover;
	-o-background-size: cover;
	background-size: cover;
}
.reward-sec:after{
	position: absolute;
    top: 0;
    left: 0;
    bottom: 0;
    right: 0;
    content: "";
    background: #000;
    opacity: 0.6;
}
.f-counter{
	color: #ffffff;
    font-size: 36px;
    text-align: center;	 
    margin-bottom: 60px;
}
.f-counter .max-count {
    font-size: 56px;
    font-weight: 700;
}
.f-counter h5 {
    font-size: 22px;
    font-weight: 500;
    letter-spacing: 2px;
    margin-top: 4px;
}
.f-counter h6{
	letter-spacing:1.2px;
	font-size:14px;
}
.f-counter .icon-counter {
    display: inline-block;
    font-size: 32px;
    margin: 0 6px 8px;
}

/*================We Sec==============*/
.we-sec{
	background-color: #2c3137;
	padding: 180px 0 150px; 
	overflow:hidden;
}
.we-sec .heading .title.small {
    font-size: 40px;
    line-height: 48px;
    color: #fff ;
    letter-spacing:1px;
}
.mockups-container {
  overflow: visible;
  display: flex;
  flex-wrap: nowrap;
  justify-content: space-between; 
  
  }
.mockups-container .mockups-wrap {
	position: relative;
}

.mockups-container {
	background: #2c3137;
}

.mockups-container .heading {
	margin-bottom: 30px;
}

.mockups-container .heading .title:after {
	background-color: #0ba798 !important;
}

.mockups-container p {
	color: #a3aab2;
	margin: 0 0 20px;
	line-height: 26px;
	font-size:16px;
}

.mockups-container .button {
	background: #0ba798;
	border: none;
	padding: 15px 30px;
	margin-top: 20px;
	border-radius: 4px;
    color: #fff !important;
    cursor: pointer;
    display: inline-block;
    font-size: 18px;
    line-height: 22px;
    text-align: center;
    vertical-align: middle;
}

.mockups-container .button:hover {
	background: #11746B !important;
}

.mockups-wrap:hover #mockup1 {
	-webkit-transform: translateY(-30px);
	-moz-transform: translateY(-30px);
	-ms-transform: translateY(-30px);
	-o-transform: translateY(-30px);
	transform: translateY(-30px);
}

.mockups-wrap:hover #mockup3 {
	-webkit-transform: translateY(30px);
	-moz-transform: translateY(30px);
	-ms-transform: translateY(30px);
	-o-transform: translateY(30px);
	transform: translateY(30px);
}

@media only screen and (max-width: 1024px) {
	.mockups-wrap:hover #mockup1, .mockups-wrap:hover #mockup3 {
		-webkit-transform: translateY(0);
		-moz-transform: translateY(0);
		-ms-transform: translateY(0);
		-o-transform: translateY(0);
		transform: translateY(0);
	}
}

#mockup1, #mockup2, #mockup3 {
	position: absolute;
	right: -200px;
	-webkit-transition: all 0.2s ease-in-out 0s;
	-moz-transition: all 0.2s ease-in-out 0s;
	-ms-transition: all 0.2s ease-in-out 0s;
	transition: all 0.2s ease-in-out 0s;
}

#mockup1 {
	z-index: 3;
	top: -60px;
}

#mockup2 {
	z-index: 2;
	top: 40px;
}

#mockup3 {
	z-index: 1;
	top: 140px;
}

@media only screen and (max-width: 767px) {
	.mockups-container {
		padding: 70px 0;
	}
	.mockups-wrap {
		padding: 210px 0;
	}
	#mockup1, #mockup2, #mockup3 {
		right: 0;
	}
	#mockup1 {
		top: 0;
	}
	#mockup2 {
		top: 80px;
	}
	#mockup3 {
		top: 160px;
	}
}

@media only screen and (max-width: 600px) {
	.mockups-wrap {
		padding: 160px 0;
	}
	#mockup2 {
		top: 60px;
	}
	#mockup3 {
		top: 120px;
	}
}

@media only screen and (max-width: 479px) {
	.mockups-wrap {
		padding: 120px 0;
	}
	#mockup2 {
		top: 50px;
	}
	#mockup3 {
		top: 100px;
	}
}

@media only screen and (max-width: 320px) {
	.mockups-wrap {
		padding: 90px 0;
	}
	#mockup2 {
		top: 40px;
	}
	#mockup3 {
		top: 80px;
	}
}

.we-sec .we-app{
	padding:0;
}
.we-sec .we-app li{
	border: 1px solid #a3aab2;
    float: left;
    margin-bottom: 10px;
    margin-right: 10px;
    min-width: 120px;
    text-align: center;
    list-style:none;
}
.we-sec .we-app li a{
	color: #a3aab2;
    display: block;
    font-size: 16px;
    padding: 5px 10px;
    text-decoration: none;
}
.we-sec .we-app li:hover{
	background-color:#fff;
	border-color:#fff;
}
.we-sec .we-app li:hover a{
	color:#2c3137;
}



/*=============Wechat Sec=============*/
.wechat-sec .pro-ul li a h4{
	font-size:22px;
	line-height:1.5;
	margin:0;
}
.wechat-sec .pro-ul li{
	margin-bottom:50px;
}



/*=============Ad Sec=============*/


.ad-sec{
	background:url("../image/adbg.jpg") no-repeat ;
	padding:80px 0;
	
	position: relative;
	background-repeat: no-repeat;
	background-attachment: fixed;
	background-position: center;
	-webkit-background-size: cover;
	-moz-background-size: cover;
	-o-background-size: cover;
	background-size: cover;
}
.ad-sec:after{
	position: absolute;
    top: 0;
    left: 0;
    bottom: 0;
    right: 0;
    content: "";
    background: #000;
    opacity: 0.8;
}
.ad-p,
.ad-p-s{
	font-size:32px;
	color:#fff;
}
.ad-p-s{
	font-size:18px;
}
.ad-sec .btn-white{
	letter-spacing: 2px;
    padding: 12px 35px 12px;
    color:#fff;
    border:2px solid #fff;
    display:block;
    font-size:18px;
    float:left;
    text-align:center;
    border-radius:5px;
}
.ad-sec .btn-white span{
	font-size:24px;
	font-weight:bold;
	line-height:1;
	margin-top:5px;
	display:block;
}
.ad-sec .btn-white:hover{
	transition: all 0.3s ease 0s;
	background-color:#fff;
	color:#222;
}


/*===========Client Sec======================*/
.client-sec .our-clients{
	padding:0;
}
.client-sec .our-clients li{
	list-style:none;
	min-height: 130px;
    padding: 10px 15px;
    text-align: center;
    vertical-align: middle;
}

.our-clients h3{
	font-size:20px;
}

/*owl custom*/
.client-sec .crsl { margin:0;}
.client-sec .crsl .owl-buttons div{ top: 50px; opacity: 1; position: absolute; right: auto; left: 50%; color: #929ca3; background:none; padding:0;}
.client-sec .crsl .owl-buttons div:hover, .our-clients-wrap.crsl .owl-buttons div:active{ color: #3fcae7;}
.client-sec .crsl .owl-buttons div { font-family: vc_entypo;}
.client-sec .crsl .owl-buttons .owl-prev { left: -35px; top: 40px; right: auto;}
.client-sec .crsl .owl-buttons .owl-next { top: 40px; right: -36px; left: auto;}
.client-sec .crsl .owl-buttons div:after, #wrap .crsl .owl-buttons .owl-prev:after {font-family: 'simple-line-icons';font-size: 31px;font-weight: 100;}
.client-sec .crsl .owl-buttons div:after {content: "\e606";}
.client-sec .crsl .owl-buttons .owl-prev:after {content: "\e605";}
.client-sec .crsl li {width: 100%; float: left; list-style: none;}
.client-sec .crsl li img{max-width: 100%; border-radius:5px;}
.our-clients-wrap.crsl { margin-top: 0;}
/****/

/*=============About Us Sec=============*/
.aboutpic{
	max-width:100%;
}
.about-wrap .abw-title{
	font-size:16px;  
	line-height:2;
	margin-bottom:25px;
	letter-spacing: 2px;
	margin-top:30px;
}
.about-wrap .abw-title h2{
	display:inline;
	font-size:28px;	
	font-weight:bold;
}
.about-wrap .abw-info{
    border-radius: 10px;
    font-size: 16px;
    line-height: 2;
    padding-right:30px;
}
.about-wrap .abw-list{
	margin-top:25px;
	padding-left:0;
}
.about-wrap .abw-list li{
	line-height:2;
	list-style:none;
}
.about-wrap .abw-list li i.sl-check{
	color:#2f3c43;
}
.about-wrap .abw-list li h4{
	display:inline;
	font-size:16px;
	margin-left:5px;
}
.about-wrap .btn-readmore{
	background-color: #00c2e5;
    border-radius: 5px;
    color: #fff;
    display: block;
    float: left;
    font-size: 14px;
    margin-top: 25px;
    padding: 8px 35px;
}


.about-feacher {
  margin-top: 45px;
  padding-top: 20px;
  border-top: 1px solid #eee;
}

.feature-box:after {
    content: "";
    height: 20px;
    left: 76px;
    position: absolute;
    top: 3px;
    width: 1px;
    background: #262831 none repeat scroll 0 0;
}

.feature-box {
  padding: 0 20px 0 100px;
  position: relative;
  margin: 15px 0px;
}
.feature-box:after {
  content: "";
  height: 20px;
  width: 1px;
  position: absolute;
  left: 76px;
  top: 3px;
}
.feature-box .icon {
  font-size: 40px;
  position: absolute;
  left: 15px;
  top: 0px;
  color: #939393;
}

.feature-box h5 {
  font-size: 16px;
  font-weight: 600;
  color: #232323;
  letter-spacing: 1px;
  padding: 0 0 8px;
  margin: 0;
}
.feature-box p {margin: 0;}

.feature-box-01 {
  padding: 20px;
  position: relative;
  background: #fff;
  margin: 15px 0px;
  box-shadow: 0 5px 25px 0 rgba(5, 5, 5, 0.2);
}
.feature-box-01 .icon {
  font-size: 40px;
  opacity: 0.5;
}
.feature-box-01 .feature-content {
  padding-top: 20px;
}
.feature-box-01 p {
  margin: 0;
}



/*=============Maidian Sec=============*/
.maidian-sec{
	background-color:#f7f7f7;
}

.maidian-sec .about-feacher{
	margin-top:5px;
}
.maidian-sec .feature-box{
	padding-left:80px;
}
.maidian-sec .feature-box .icon{
	color:#b01e23;
	font-size:28px;
	left:15px;
}
.maidian-sec .feature-box h5{
	font-size:18px;
}
.maidian-sec .feature-box:after{
	left:55px;
}


.maidian-sec .td-item{
	text-align:center;
	margin-bottom:10px;
}
.maidian-sec .td-item .ic-box{
    border-radius: 50%;
    background-color: #fff;
    text-align: center;
    width: 100px;
    height: 100px;
    margin: 0 auto;
    display: flex;
    align-items: center;
    justify-content: center;
    margin-bottom: 8px;
    color:#3d3e49;
    font-size: 48px;
    border: 1px solid #ebeef0;
}
.maidian-sec .td-item:hover .ic-box{
	color: #b01e23;
}
.maidian-sec .td-item h5{
	font-size:16px;
	min-height:50px;
	line-height:1.5;
}
.maidian-sec .td-item:hover h5{
	color: #b01e23;
}


/*=============Process Sec=============*/
.process-sec{
	background-color:#f6f8f9;
	border-top:1px solid #f2efea;
}
/* # Buy process
================================================== */
.buy-process-wrap { background: #f6f8f9; position: relative; padding-bottom: 100px;}
.buy-process-wrap:before { content: ''; position: absolute; top: 202px; left: 0; width: 100%; height: 39px; background-color: #333f49; color: #fff;}
.buy-process-items { display: flex; margin: auto; overflow: visible;}
.buy-process-item { flex-grow: 1; flex-basis: 0; position: relative; text-align: center; height: 456px; margin: 0 6px;}
.buy-process-item:nth-child(odd) .text-wrap, .buy-process-item:nth-child(even) .icon-wrapper { position: absolute; top: 52px; left: 0; right: 0; height: 150px; text-align: center;}
.buy-process-item:nth-child(even) .icon-wrapper { top: 0; height: 202px;}
.buy-process-item h4 { font-size: 22px; color: #333f49; text-transform: uppercase; position: absolute; width: 100%; margin-bottom: 0;}
.buy-process-item:nth-child(odd) h4 { bottom: 22px;}
.buy-process-item:nth-child(even) h4 { top: 22px;}
.buy-process-item p { position: absolute; font-size: 13px; color: #616161; margin-bottom: 0; width: 100%; line-height: 1.6;}
.buy-process-item:nth-child(odd) p { bottom: 56px;}
.buy-process-item:nth-child(even) p { top: 68px;} 
.buy-process-item span { position: absolute; top: 205px; left: 50%; transform: translate(-50%); -webkit-transform: translate(-50%);  font-size: 25px; color: rgba(255,255,255,0.65); font-weight: 600;}
.buy-process-item.featured span { color: #fff;}
.buy-process-item:nth-child(odd) .icon-wrapper, .buy-process-item:nth-child(even) .text-wrap { position: absolute; bottom: 49px; left: 0; right: 0; height: 166px;}
.buy-process-item.featured:nth-child(odd) .icon-wrapper { height: 215px; bottom: 0;}
.buy-process-item .icon-wrapper:before  { content: ''; position: absolute; top: 0; bottom: 0; left: 50%; width: 6px; background-color: #333f49; transform: translate(-50%, 0 ); -webkit-transform: translate(-50%, 0 );}
.buy-process-item i { position: absolute; left: 50%; transform: translate(-50%, 0); -webkit-transform: translate(-50%, 0); width: 90px; height: 90px; font-size: 40px; color: #fff; border-radius: 50%; background-color: #333f49;}
.buy-process-item.featured i { background-color: #fff !important; color: #333f49; border: 4px solid;}
.buy-process-item:nth-child(odd) i { bottom: 0;}
.buy-process-item:nth-child(even) i { top: 0;}
.buy-process-item i:before { position: absolute; top: 50%; left: 50%; transform: translate(-50%,-50%); -webkit-transform: translate(-50%,-50%);}

@media only screen and (min-width: 1281px) {
.buy-process-items { width: 1186px;}
.buy-process-item h4 { font-size: 22px;}
.buy-process-item.featured:nth-child(odd) .text-wrap:before, .buy-process-item.featured:nth-child(even) .text-wrap:before { content: ''; position: absolute; width: 180%; height: 133%; background-color: #fff;}
.buy-process-item.featured:nth-child(odd) .text-wrap:before { top: -33%; left: -40%; -moz-border-radius: 1000px 1000px 0 0; -webkit-border-radius: 1000px 1000px 0 0; border-radius: 1000px 1000px 0 0;}
.buy-process-item.featured:nth-child(even) .text-wrap:before { bottom: -33%; left: -40%; -moz-border-radius: 0 0 1000px 1000px; -webkit-border-radius: 0 0 1000px 1000px; border-radius: 0 0 1000px 1000px;}
}

@media only screen and (min-width: 961px) and (max-width: 1280px) {
.buy-process-items { width: 920px;}
.buy-process-item h4 { font-size: 15px;}
.buy-process-item p { font-size:12px;}
.website-sec .wsbg{min-height:450px;}
}

/* All Mobile Sizes (devices and browser) */
@media only screen and (max-width: 767px) {
.buy-process-items { display: block;}
.buy-process-wrap:before, #wrap .buy-process-item .text-wrap, #wrap .buy-process-item .icon-wrapper { position: static; height: auto;}
#wrap .buy-process-item span { top: 150px; font-size: 150px; color: #2f3c43; opacity: .12;}
.buy-process-item { height: auto; padding: 115px 20px 60px; overflow: hidden;}
.buy-process-item .icon-wrapper:before , .buy-process-item h4, .buy-process-item p { position: static; margin-bottom: 10px;}
#wrap .buy-process-item i { top: 0;}
.buy-process-item p { padding-left:7%; padding-right:7%;}


}






/*=============Case Sec=============*/
.case-sec{
	
}
#latest-projects {padding:0;}
/* portfolio item carousel */
.portfolio-carousel-subtitle { border-bottom:2px solid #eee;height: 60px;}
.latest-projects-navigation {float: right;height: 40px;padding: 0;margin-top: 10px;}
.latest-projects-navigation a {border: 2px solid #e6e6e6; border-radius: 5px;padding: 6px 12px 2px;cursor: pointer; transition: all .22s ease;}	
.portfolio-carousel-subtitle h4 {float: left;height: 60px;font-weight: 600;font-size: 24px; line-height: 33px;}
.port-display-block .widget ul li { display : block;}
.latest-projects-navigation a i { font-size: 20px; color: #616a73;}
.related-works .portfolio-item { list-style: none; position: relative;}
.related-works .portfolio-item img { width: 100%; cursor: -webkit-grab; cursor: -moz-grab;}
.related-works .portfolio-item h5 {font-size: 16px; font-weight: 600; text-transform: uppercase; margin: 15px 0 0;}
.related-works .portfolio-item h5 a { color: #000; transition : all .22s ease;}
.related-works .portfolio-meta .portfolio-date { font-size:11px; font-weight: 500;}
.related-works .portfolio-meta .portfolio-cat  { margin-left: 32px; fon-size: 15px; text-transform: uppercase;}
.related-works .portfolio-meta .portfolio-cat a { color: #b4b4b4; font-weight: 400;}
.related-works .portfolio-item > a { display: block; position: relative; cursor: -webkit-grab; cursor: -moz-grab;}
.related-works .portfolio-item > a:active { cursor: -webkit-grabbing; cursor: -moz-grabbing; opacity:1;}
.related-works .portfolio-item > a:before { content: ""; position: absolute; top: 0; right: 0; bottom: 0; left: 0; opacity: 0; transition : all .22s ease;}
.related-works .portfolio-item > a:hover:before { background: #2f3c43; opacity: .5;}
.related-works .portfolio-item:hover h5 a { color: #2f3c43;}
.latest-projects-navigation a:hover { background: #2f3c43; border-color:transparent;}
.latest-projects-navigation a:hover i { color: #fff;}
@media only screen and (max-width: 479px) {
.latest-projects-navigation a { padding:4px 9px 0px;}
.portfolio-carousel-subtitle h4 { font-size:14px; font-weight:500; line-height: 46px;}
}


.case-container .cases-box{
	margin-top:0;
	overflow:hidden;
	padding:0;
	position:relative;
}
.case-container .cases-box li.nbli{
	border:2px solid #fff;
	list-style:none;
	padding:3px 2px;
}
.case-container .cases-box li a,
.case-container .cases-box li a img {
	display: block;
	position: relative;
}
.case-container .cases-box li a img{
	max-width:100%;
}
.case-container .cases-box li a {
	height: 100%;
    overflow: hidden;
    width: 100%;
}
.case-container .cases-box li a div {
	position: absolute;
	background: rgba(19, 192, 223, 0.65);
	width: 100%;
	height: 100%;
}
.case-container .cases-box li a div.da-animate {
	-webkit-transition: all 0.3s ease;
	-moz-transition: all 0.3s ease-in-out;
	-o-transition: all 0.3s ease-in-out;
	-ms-transition: all 0.3s ease-in-out;
	transition: all 0.3s ease-in-out;
}
.da-slideFromTop {
	left: 0px;
	top: -100%;
}
.da-slideFromBottom {
	left: 0px;
	top: 100%;
}
.da-slideFromLeft {
	top: 0px; 
	left: -100%;
}
.da-slideFromRight {
	top: 0px;
	left: 100%;
}
.da-slideTop {
	top: 0px;
}
.da-slideLeft {
	left: 0px;
}
.da-slideTop {
	top: 0px;
}
.da-slideLeft {
	left: 0px;
} 
.case-container .cases-box li a div span {
	display: block;
	padding: 10px 0;
	text-transform: uppercase;
	font-weight: normal;
	color: #fff;
	text-shadow: 1px 1px 1px rgba(0,0,0,0.2);
	background-color:rgba(0, 0, 0, 0.3) !important;
	margin-top:-20px;
	position:absolute;
	left:30px;
	right:30px;
	top:50%;
	text-align:center;
	font-size:18px;
}




/*=============News Sec=============*/
.client-sec{
	background-color:#f6f8f9 ;
}
.news-sec .thumbnail{
	padding:0; 
	margin:0;
	max-width:100%;
	height:auto;
}
.container [class*="col-"] img {
    max-width: 100%;
    height: auto;
}
.container.latestposts-eight { margin:0 -10px; max-width:none; width:auto;}
@media only screen and (min-width: 1281px) {
.container.latestposts-eight { margin:0 -15px;}
}
.latestposts-eight .image:before { content: "\f030";}
.latestposts-eight .link:before { content: "\f0c1";}
.latestposts-eight .video:before { content: "\f16a";}
.latestposts-eight .latest-b8-img { margin-bottom:15px;border-radius: 5px;background: #fff;padding: 0px;overflow: hidden;}
.latestposts-eight .latest-b8 h3 {font-size: 18px;font-weight: 700; min-height:50px;text-transform: uppercase;margin-top: 33px; margin-bottom: 10px;}
.latestposts-eight .latest-b8 h3 a { color: #000; line-height: 25px;}
.latestposts-eight .latest-b8 h3 a:hover { text-decoration:underline;}
.latestposts-eight .latest-b8-meta span ,.latest-b8-meta a { font-size: 11px;color: #999;}
.latestposts-eight .latest-b8-meta i {color: #999;}
.latestposts-eight .latest-b8 p {color: #888; margin-top:11px;}
.latestposts-eight .latest-b8 .readmore { display:none;}

.latestposts-eight .latest-b8-meta div { display: inline-block; margin-top: 12px; padding-right:12px;}
.latestposts-eight .latest-b8-meta i { margin-right: 5px;}

.post-format-icon {
    background: #fff none repeat scroll 0 0;
    border: 2px solid #ebebeb;
    border-radius: 5px;
    color: #2f3c43;
    float: left;
    font-size: 20px;
    font-weight: 400;
    margin-bottom: 10px;
    margin-right: 15px;
    padding: 11px 13px; 
}

.news-item{
	margin:0 10px;
}







/* All Mobile Sizes (devices and browser) */
@media only screen and (max-width: 767px) {
	
	.pro-ul.ul-left{
		text-align:left;
	}
	.pro-ul.ul-left li a{
		margin-left:52px;
		margin-right:0;
	}
	.pro-ul.ul-left i{
		float:left;
	}
	.about-wrap .btn-readmore {
	    display: block;
	    float: none;
	    margin: 20px auto;
	    text-align: center;
	    width: 200px;
	}
	
	.f-counter .icon-counter{
		font-size:24px;
	}
	.f-counter,
	.f-counter .max-count{
		font-size:26px;
	}
	.f-counter{
		margin-bottom:40px;
	}
	.f-counter h5{
		font-size:16px;
	}
	.reward-sec {
	    background:  url("../image/adbg.jpg") no-repeat scroll center center / cover ;
	    padding-bottom: 14px;
	    padding-top: 60px;
	}
	.about-wrap .abw-title h2{
		font-size:20px;
	}
	.about-wrap .abw-title{
		font-size:12px;
		text-align:center;
	}
	.about-wrap .abw-info{
		font-size:14px;
	}
	.about-feacher{
		background-color:#f6f8f9;
		padding-bottom:25px;
	}
	.client-sec .crsl .owl-buttons{
		display:none;
	}
	.about-wrap .abw-info{
		padding-right:0;
	}
	
}




@media only screen and (min-width: 961px) and (max-width: 1280px)  {
	
	.main-product .mp-item p, .main-product .mp-item p strong{
		font-size:18px;
	}
	.main-product .mp-item div{
		line-height:1.5;
		font-size:13px;
		min-height: 65px;
	}
}


